This commit is contained in:
邹宗楠
2025-06-24 13:50:29 +08:00
parent 5b3ef2cd6d
commit 0599a21bce
42 changed files with 4192 additions and 26 deletions

View File

@@ -189,7 +189,7 @@ func TestRetailListCase(t *testing.T) {
}
func TestRetailGet(t *testing.T) {
orderDetail, _ := api.OrderGetOrderDetail(4101393090068943089, false)
orderDetail, _ := api.OrderGetOrderDetail(3801609511466390200, false)
if addressFee, ok := orderDetail["address_change_fee"]; ok {
fmt.Println(addressFee)
}
@@ -201,6 +201,13 @@ func TestRetailGet(t *testing.T) {
//t.Log(utils.Format4Output(result, false))
}
func TestCCC(t *testing.T) {
data := "[\"13812345678_1236\",\"13812345678_3456\"]"
phones := make([]string, 0, 0)
json.Unmarshal([]byte(data), &phones)
fmt.Println(data)
}
func TestRetailGetSpTagIds(t *testing.T) {
result, err := api.RetailGetSpTagIds()
if err != nil {