mt price
This commit is contained in:
@@ -820,7 +820,6 @@ func (c *SkuController) SyncTiktokMainSkuToLocalSku() {
|
|||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
// @router /BatchSetRestockingPrice [post]
|
// @router /BatchSetRestockingPrice [post]
|
||||||
|
|
||||||
func (c *SkuController) BatchSetRestockingPrice() {
|
func (c *SkuController) BatchSetRestockingPrice() {
|
||||||
c.callBatchSetRestockingPrice(func(params *tSkuBatchSetRestockingPriceParams) (interface{}, string, error) {
|
c.callBatchSetRestockingPrice(func(params *tSkuBatchSetRestockingPriceParams) (interface{}, string, error) {
|
||||||
payload := make(map[string][]mtwmapi.SpuData)
|
payload := make(map[string][]mtwmapi.SpuData)
|
||||||
|
|||||||
Reference in New Issue
Block a user