This commit is contained in:
richboo111
2022-11-16 11:10:29 +08:00
parent 6fc7baa769
commit 77d9adec1b

View File

@@ -820,7 +820,6 @@ func (c *SkuController) SyncTiktokMainSkuToLocalSku() {
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /BatchSetRestockingPrice [post]
func (c *SkuController) BatchSetRestockingPrice() {
c.callBatchSetRestockingPrice(func(params *tSkuBatchSetRestockingPriceParams) (interface{}, string, error) {
payload := make(map[string][]mtwmapi.SpuData)