删除日志
This commit is contained in:
@@ -105,7 +105,6 @@ package doudian
|
||||
//
|
||||
//// shop/editStore 编辑门店信息 正向推送平台
|
||||
//func (P *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName string) (err error) {
|
||||
// globals.SugarLogger.Debugf("doudian Update storeID:%d, userName:%s", storeID, userName)
|
||||
// var (
|
||||
// storeInfo *dao.StoreDetail
|
||||
// name string
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package doudian
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
shop_batchCreateStore_request "git.rosy.net.cn/baseapi/platformapi/tiktok_shop/sdk-golang/api/shop_batchCreateStore/request"
|
||||
"git.rosy.net.cn/baseapi/platformapi/tiktok_shop/tiktok_api"
|
||||
"git.rosy.net.cn/jx-callback/business/partner/purchase/tiktok_store"
|
||||
@@ -32,6 +33,7 @@ func TestCreateStore(t *testing.T) {
|
||||
StoreList: storeLists,
|
||||
}
|
||||
resp, err := a.BatchCreateStore(param)
|
||||
fmt.Println(resp, err)
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user