DotNetCore.SKIT.FlurlHttpCl.../test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/ModelSamples/CgibinAdvancedApi/CgibinAdvancedApiGetOrderResponse.json

23 lines
562 B
JSON

{
"errcode": 0,
"errmsg": "ok",
"order": {
"advanced_api_type": 1,
"order_id": "xxxxx",
"order_type": 1,
"order_status": 1,
"custom_corpid": "wpxxxx",
"create_time": 150000000,
"buyer_userid": "xxx",
"paid_price": 10000,
"chat_archive_api": {
"edition": 2,
"purchase_count": 100,
"purchase_duration_days": 90,
"take_effect_time": 150000000,
"end_time": 150000000,
"original_price": 10010
}
}
}