diff --git a/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserAddRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserAddRequest.json new file mode 100644 index 00000000..7dda1f2f --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserAddRequest.json @@ -0,0 +1,6 @@ +{ + "system_industry_id": 2113, + "contact_person": "test", + "contact_person_telephone": "13900000000", + "business_type": "OFFLINE" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserAddResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserAddResponse.json new file mode 100644 index 00000000..96b77b51 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserAddResponse.json @@ -0,0 +1,4 @@ +{ + "errcode": 0, + "errmsg": "succeed" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserGetRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserGetRequest.json new file mode 100644 index 00000000..22fdca1b --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserGetRequest.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserGetResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserGetResponse.json new file mode 100644 index 00000000..2a0e8c5d --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserGetResponse.json @@ -0,0 +1,13 @@ +{ + "errcode": 0, + "errmsg": "", + "data": { + "wechat_account_name": "微信广告", + "system_status": "MP_STATUS_NORMAL", + "industry_id": 2113, + "contact_person": "test", + "contact_person_telephone": "13500000000", + "business_type": "OFFLINE", + "business_content": "" + } +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserUpdateRequest.json b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserUpdateRequest.json new file mode 100644 index 00000000..7dda1f2f --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserUpdateRequest.json @@ -0,0 +1,6 @@ +{ + "system_industry_id": 2113, + "contact_person": "test", + "contact_person_telephone": "13900000000", + "business_type": "OFFLINE" +} \ No newline at end of file diff --git a/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserUpdateResponse.json b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserUpdateResponse.json new file mode 100644 index 00000000..96b77b51 --- /dev/null +++ b/test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/Advertiser/AdvertiserUpdateResponse.json @@ -0,0 +1,4 @@ +{ + "errcode": 0, + "errmsg": "succeed" +} \ No newline at end of file