diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaGetRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaGetRequest.json new file mode 100644 index 00000000..8e784b05 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaGetRequest.json @@ -0,0 +1,3 @@ +{ + "poi_id": "1234567" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaGetResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaGetResponse.json new file mode 100644 index 00000000..4d82ec85 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaGetResponse.json @@ -0,0 +1,5 @@ +{ + "errcode": 0, + "errmsg": "ok", + "card_id": "pabcedfg1234567hijklmn" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaSetRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaSetRequest.json new file mode 100644 index 00000000..106e21e5 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaSetRequest.json @@ -0,0 +1,4 @@ +{ + "poi_id": "1234567", + "card_id": "pabcedfg1234567hijklmn" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaSetResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaSetResponse.json new file mode 100644 index 00000000..f752befe --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Card/WxaStore/CardStoreWxaSetResponse.json @@ -0,0 +1,4 @@ +{ + "errcode": 0, + "errmsg": "ok" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/NearybyPOI/WxaAddNearbyPOIRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/NearybyPOI/WxaAddNearbyPOIRequest.json index 4e1524d9..f5adc3d5 100644 --- a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/NearybyPOI/WxaAddNearbyPOIRequest.json +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/NearybyPOI/WxaAddNearbyPOIRequest.json @@ -9,6 +9,6 @@ "company_name": "深圳市腾讯计算机系统有限公司", "credential": "156718193518281", "address": "新疆维吾尔自治区克拉玛依市克拉玛依区碧水路15-1-8号(碧水云天广场)", - "qualification_list": "3LaLzqiTrQcD20DlX_o-OV1-nlYMu7sdVAL7SV2PrxVyjZFZZmB3O6LPGaYXlZWq", + "qualification_list": [ "3LaLzqiTrQcD20DlX_o-OV1-nlYMu7sdVAL7SV2PrxVyjZFZZmB3O6LPGaYXlZWq" ], "poi_id": "" } \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaAddStoreRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaAddStoreRequest.json new file mode 100644 index 00000000..b350d401 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaAddStoreRequest.json @@ -0,0 +1,8 @@ +{ + "poi_id": "", + "map_poi_id": "2880741500279549033", + "pic_list": "{\"list\":[\"http://mmbiz.qpic.cn/mmbiz_jpg/tW66AWvE2K4EJxIYOVpiaGOkfg0iayibiaP2xHOChvbmKQD5uh8ymibbEKlTTPmjTdQ8ia43sULLeG1pT2psOfPic4kTw/0?wx_fmt=jpeg\"]}", + "contract_phone": "1111222222", + "credential": "22883878-0", + "qualification_list": [ "RTZgKZ386yFn5kQSWLTxe4bqxwgzGBjs3OE02cg9CVQk1wRVE3c8fjUFX7jvpi-P" ] +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaAddStoreResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaAddStoreResponse.json new file mode 100644 index 00000000..b01f995f --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaAddStoreResponse.json @@ -0,0 +1,7 @@ +{ + "errcode": 0, + "errmsg": "ok", + "data": { + "audit_id": 111 + } +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaApplyMerchantRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaApplyMerchantRequest.json new file mode 100644 index 00000000..09bf228b --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaApplyMerchantRequest.json @@ -0,0 +1,10 @@ +{ + "first_catid": 476, + "second_catid": 477, + "qualification_list": ["RTZgKZ386yFn5kQSWLTxe4bqxwgzGBjs3OE02cg9CVQk1wRVE3c8fjUFX7jvpi-P"], + "headimg_mediaid": "RTZgKZ386yFn5kQSWLTxe4bqxwgzGBjs3OE02cg9CVQk1wRVE3c8fjUFX7jvpi-P", + "nickname": "hardenzhang308", + "intro": "hardenzhangtest", + "org_code": "", + "other_files": [] +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaApplyMerchantResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaApplyMerchantResponse.json new file mode 100644 index 00000000..f752befe --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaApplyMerchantResponse.json @@ -0,0 +1,4 @@ +{ + "errcode": 0, + "errmsg": "ok" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaCreateMapPOIRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaCreateMapPOIRequest.json new file mode 100644 index 00000000..5b6d1e1e --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaCreateMapPOIRequest.json @@ -0,0 +1,15 @@ +{ + "name": "hardenzhang", + "longitude": "113.323753357", + "latitude": "23.0974903107", + "province": "广东省", + "city": "广州市", + "district": "海珠区", + "address": "TIT", + "category": "类目1:类目2", + "telephone": "12345678901", + "photo": "http://mmbiz.qpic.cn/mmbiz_png/tW66AWE2K6ECFPcyAcIZTG8RlcR0sAqBibOm8gao5xOoLfIic9ZJ6MADAktGPxZI7MZLcadZUT36b14NJ2cHRHA/0?wx_fmt=png", + "license": "http://mmbiz.qpic.cn/mmbiz_png/tW66AWE2K6ECFPcyAcIZTG8RlcR0sAqBibOm8gao5xOoLfIic9ZJ6MADAktGPxZI7MZLcadZUT36b14NJ2cHRHA/0?wx_fmt=png", + "introduct": "test", + "districtid": 440105 +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaCreateMapPOIResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaCreateMapPOIResponse.json new file mode 100644 index 00000000..73975ded --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaCreateMapPOIResponse.json @@ -0,0 +1,5 @@ +{ + "data": { + "base_id": 42160 + } +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaDeleteStoreRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaDeleteStoreRequest.json new file mode 100644 index 00000000..a9db25b4 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaDeleteStoreRequest.json @@ -0,0 +1,3 @@ +{ + "poi_id": "472671857" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaDeleteStoreResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaDeleteStoreResponse.json new file mode 100644 index 00000000..f752befe --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaDeleteStoreResponse.json @@ -0,0 +1,4 @@ +{ + "errcode": 0, + "errmsg": "ok" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetDistrictRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetDistrictRequest.json new file mode 100644 index 00000000..22fdca1b --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetDistrictRequest.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetDistrictResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetDistrictResponse.json new file mode 100644 index 00000000..b1572b86 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetDistrictResponse.json @@ -0,0 +1,61 @@ +{ + "data_version": "20170510", + "result": [ + [ + { + "id": "440000", + "name": "广东", + "fullname": "广东省", + "pinyin": [ + "guang", + "dong" + ], + "location": { + "lat": 23.13171, + "lng": 113.26627 + }, + "cidx": [ + 246, + 266 + ] + } + ], + [ + { + "id": "440100", + "name": "广州", + "fullname": "广州市", + "pinyin": [ + "guang", + "zhou" + ], + "location": { + "lat": 23.12908, + "lng": 113.26436 + }, + "cidx": [ + 1667, + 1677 + ] + } + ], + [ + { + "id": "440105", + "fullname": "海珠区", + "location": { + "lat": 23.08331, + "lng": 113.3172 + } + }, + { + "id": "440106", + "fullname": "天河区", + "location": { + "lat": 23.12463, + "lng": 113.36199 + } + } + ] + ] +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantAuditInfoRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantAuditInfoRequest.json new file mode 100644 index 00000000..22fdca1b --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantAuditInfoRequest.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantAuditInfoResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantAuditInfoResponse.json new file mode 100644 index 00000000..a0ecbf4f --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantAuditInfoResponse.json @@ -0,0 +1,9 @@ +{ + "errcode": 0, + "errmsg": "ok", + "data": { + "audit_id": 414569513, + "status": 1, + "reason": "" + } +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantCategoryRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantCategoryRequest.json new file mode 100644 index 00000000..22fdca1b --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantCategoryRequest.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantCategoryResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantCategoryResponse.json new file mode 100644 index 00000000..32d9adab --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetMerchantCategoryResponse.json @@ -0,0 +1,48 @@ +{ + "errcode": 0, + "errmsg": "ok", + "data": { + "all_category_info": { + "categories": [ + { + "id": 0, + "name": "root", + "level": 0, + "children": [ + 269, + 278 + ] + }, + { + "id": 278, + "name": "购物", + "level": 1, + "father": 0, + "children": [ + 279, + 280 + ] + }, + { + "id": 280, + "name": "便利店", + "level": 2, + "father": 278, + "children": [], + "qualify": { + "exter_list": [ + { + "inner_list": [ + { + "name": "若涉及食品,请提供《食品经营许可证》或《卫生许可证》" + } + ] + } + ] + }, + "sensitive_type": 1 + } + ] + } + } +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreInfoRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreInfoRequest.json new file mode 100644 index 00000000..a9db25b4 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreInfoRequest.json @@ -0,0 +1,3 @@ +{ + "poi_id": "472671857" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreInfoResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreInfoResponse.json new file mode 100644 index 00000000..e832cf14 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreInfoResponse.json @@ -0,0 +1,24 @@ +{ + "errcode": 0, + "errmsg": "ok", + "business": { + "base_info": { + "business_name": "龙涤小区熟食店", + "address": "舍利街道中都大道龙涤小区阿升电脑旁", + "telephone": "12345678", + "city": "哈尔滨市", + "province": "黑龙江省", + "longitude": 126.94355011, + "latitude": 45.556098938, + "photo_list": [ + { + "photo_url": "http://mmbiz.qpic.cn/mmbiz_png/tW66AWvE2K6icjle1q6nbfKr0HMibzxKqOUfG1hARktHV84ZZojt9cXZ0UicDevZQUicckPw68lfo2Le3RjpEo6oLg/0?wx_fmt=png" + } + ], + "open_time": "11:00-12:00", + "poi_id": "472671857", + "status": 2, + "district": "value" + } + } +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreListRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreListRequest.json new file mode 100644 index 00000000..7211b54f --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreListRequest.json @@ -0,0 +1,4 @@ +{ + "offset": 0, + "limit": 10 +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreListResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreListResponse.json new file mode 100644 index 00000000..9155a9aa --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaGetStoreListResponse.json @@ -0,0 +1,47 @@ +{ + "errcode": 0, + "errmsg": "ok", + "business_list": [ + { + "base_info": { + "business_name": "超速天使俱乐部", + "address": "新华路19", + "telephone": "12345678", + "city": "邯郸市", + "province": "河北省", + "longitude": 114.958480835, + "latitude": 36.7714881897, + "photo_list": [ + { + "photo_url": "http://mmbiz.qpic.cn/mmbiz_jpg/tW66AWvE2K4e52sLYyA90ZKuicdfhkf5ibQk1icmcRWjrMxmVibo8sVQAllABxG5ic0D5x62gfsPVL4aibxQ2SicfPyjQ/0?wx_fmt=jpeg" + } + ], + "open_time": "10:00-21:00", + "poi_id": "472665875", + "status": 1, + "district": "曲周县" + } + }, + { + "base_info": { + "business_name": "龙涤小区熟食店", + "address": "舍利街道中都大道龙涤小区阿升电脑旁", + "telephone": "12345678", + "city": "哈尔滨市", + "province": "黑龙江省", + "longitude": 126.94355011, + "latitude": 45.556098938, + "photo_list": [ + { + "photo_url": "http://mmbiz.qpic.cn/mmbiz_png/tW66AWvE2K6icjle1q6nbfKr0HMibzxKqOUfG1hARktHV84ZZojt9cXZ0UicDevZQUicckPw68lfo2Le3RjpEo6oLg/0?wx_fmt=png" + } + ], + "open_time": "11:00-12:00", + "poi_id": "472671857", + "status": 3, + "district": "阿城区" + } + } + ], + "total_count": 2 +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaModifyMerchantRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaModifyMerchantRequest.json new file mode 100644 index 00000000..a3a39257 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaModifyMerchantRequest.json @@ -0,0 +1,4 @@ +{ + "headimg_mediaid": "xxxxx", + "intro": "x" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaModifyMerchantResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaModifyMerchantResponse.json new file mode 100644 index 00000000..f752befe --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaModifyMerchantResponse.json @@ -0,0 +1,4 @@ +{ + "errcode": 0, + "errmsg": "ok" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaSearchMapPOIRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaSearchMapPOIRequest.json new file mode 100644 index 00000000..6c55a6bd --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaSearchMapPOIRequest.json @@ -0,0 +1,4 @@ +{ + "districtid": 440105, + "keyword": "x" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaSearchMapPOIResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaSearchMapPOIResponse.json new file mode 100644 index 00000000..3559c1ad --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaSearchMapPOIResponse.json @@ -0,0 +1,18 @@ +{ + "errcode": 0, + "errmsg": "ok", + "data": { + "item": [ + { + "branch_name": "X-MAX工厂", + "address": "广东省广州市海珠区怡安路172-174号怡安花园二、三层(中海名都)", + "longitude": 113.274810791, + "latitude": 23.1088695526, + "telephone": " 020-89190388", + "category": "运动健身:健身中心", + "sosomap_poi_uid": "2708071440732747189", + "pic_urls": [] + } + ] + } +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaUpdateStoreRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaUpdateStoreRequest.json new file mode 100644 index 00000000..3afc24a6 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaUpdateStoreRequest.json @@ -0,0 +1,7 @@ +{ + "map_poi_id": "5938314494307741153", + "poi_id": "472671857", + "hour": "10:00-21:00", + "contract_phone": "123456", + "pic_list": "{\"list\":[\"http://mmbiz.qpic.cn/mmbiz_jpg/tW66AWvE2K4EJxIYOVpiaGOkfg0iayibiaP2xHOChvbmKQD5uh8ymibbEKlTTPmjTdQ8ia43sULLeG1pT2psOfPic4kTw/0?wx_fmt=jpeg\"]}" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaUpdateStoreResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaUpdateStoreResponse.json new file mode 100644 index 00000000..77300edb --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Wxa/WxaStore/WxaUpdateStoreResponse.json @@ -0,0 +1,8 @@ +{ + "errcode": 0, + "errmsg": "ok", + "data": { + "has_audit_id": 1, + "audit_id": 1111 + } +} \ No newline at end of file