This commit is contained in:
邹宗楠
2026-03-30 09:10:47 +08:00
parent 66064f8de2
commit 00044322fa
8 changed files with 13 additions and 13 deletions

View File

@@ -108,7 +108,7 @@ func TestRetailDiscountBatchSave(t *testing.T) {
}
func TestRetailDiscountList(t *testing.T) { //56 1001
result, err := api.RetailDiscountList("9846711", 1001)
result, err := api.RetailDiscountList("32235182", 56)
if err != nil {
t.Fatal(err)
}

View File

@@ -19,13 +19,13 @@ func init() {
baseapi.Init(sugarLogger)
// 菜市
//api = New("589", "a81eb3df418d83d6a1a4b7c572156d2f", "", "")
api = New("589", "a81eb3df418d83d6a1a4b7c572156d2f", "", "")
// 果园
//api = New("4123", "df2c88338b85f830cebce2a9eab56628", "", "")
//商超
api = New("5873", "41c479790a76f86326f89e8048964739", "", "token_vf8fP3ELY3RQleIw-oxJNg")
//api = New("5873", "41c479790a76f86326f89e8048964739", "", "token_oz-C3lOxJJ1EuBW1X31LqA")
//cookieStr := `
// acctId=57396785; token=0bWbK5VbK50E2BmIhIH2zHB-am_y7mB37yXHm6RLZWx4*; wmPoiId=-1;
//`

View File

@@ -144,7 +144,7 @@ func TestOrderGetRiderInfoPhoneNumber(t *testing.T) {
}
func TestGetOrderRefundDetail(t *testing.T) {
result, err := api.GetOrderRefundDetail(5301969382988477903, 0)
result, err := api.GetOrderRefundDetail(3302052631611300348, 0)
if err != nil {
t.Fatal(err)
}

View File

@@ -405,7 +405,7 @@ func TestRetailRecommendTag(t *testing.T) {
// 删除商品
func TestRetailDelete(t *testing.T) {
poiCode := "31226355"
poiCode := "32219557"
i := 0
count := 0