1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user