This commit is contained in:
邹宗楠
2024-12-23 11:23:44 +08:00
parent 0ad94d882a
commit b57999416a
3 changed files with 3 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ func TestRetailListCase(t *testing.T) {
}
func TestRetailGet(t *testing.T) {
orderDetail, _ := api.OrderGetOrderDetail(2201338341781067927, false)
orderDetail, _ := api.OrderGetOrderDetail(4101393090068943089, false)
if addressFee, ok := orderDetail["address_change_fee"]; ok {
fmt.Println(addressFee)
}