|
123456789101112131415161718192021222324252627282930 |
- package taobao
-
- import (
- "testing"
- )
-
- func TestGoods(t *testing.T) {
- args := map[string]interface{}{
- "pid": "alsc_18113681_1962024_4704169",
- "activity_id": "10144",
- "sid": "21702s1",
- "include_wx_img": true,
- "include_qrcode": true,
- }
- ElemePromotionOfficialactivityGet("34319215", "bb07710660e60a321350a35e1e3b91e8", args)
- args = map[string]interface{}{
- "pid": "alsc_18113681_1962024_4704169",
- "page_size": 10,
- "page": 1,
- "biz_unit": 2,
- "start_date": "2023-03-18 17:00:00",
- "end_date": "2023-03-18 17:20:00",
- "date_type": 1,
- "order_state": "",
- "order_id": "",
- "settle_state": "",
- "flow_type": "",
- }
- AlibabaAlscUnionKbcpxPositiveOrder("34319215", "bb07710660e60a321350a35e1e3b91e8", args)
- }
|