mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-23 04:23:47 +08:00
style: format
This commit is contained in:
@@ -26,4 +26,4 @@
|
||||
"ActionMsg": "运往目的地"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@@ -24,4 +24,4 @@
|
||||
<ActionType>200001</ActionType>
|
||||
<ActionMsg><![CDATA[运往目的地]]></ActionMsg>
|
||||
</Actions>
|
||||
</xml>
|
||||
</xml>
|
||||
|
@@ -60,4 +60,4 @@
|
||||
"ServiceType": 0,
|
||||
"ServiceName": "标准快递"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -58,4 +58,4 @@
|
||||
<ServiceType>0</ServiceType>
|
||||
<ServiceName><![CDATA[标准快递]]></ServiceName>
|
||||
</Service>
|
||||
</xml>
|
||||
</xml>
|
||||
|
@@ -9,4 +9,4 @@
|
||||
"ShopAppID": "wxABCD",
|
||||
"OrderID": "012345678901234567890123456789",
|
||||
"WayBillID": "123456789"
|
||||
}
|
||||
}
|
||||
|
@@ -9,4 +9,4 @@
|
||||
<ShopAppID><![CDATA[wxABCD]]></ShopAppID>
|
||||
<OrderID><![CDATA[012345678901234567890123456789]]></OrderID>
|
||||
<WayBillID><![CDATA[123456789]]></WayBillID>
|
||||
</xml>
|
||||
</xml>
|
||||
|
@@ -15,4 +15,4 @@
|
||||
"SenderCity": "广州市",
|
||||
"SenderArea": "海珠区",
|
||||
"SenderAddress": "新港中路397号"
|
||||
}
|
||||
}
|
||||
|
@@ -15,4 +15,4 @@
|
||||
<SenderCity><![CDATA[广州市]]></SenderCity>
|
||||
<SenderArea><![CDATA[海珠区]]></SenderArea>
|
||||
<SenderAddress><![CDATA[新港中路397号]]></SenderAddress>
|
||||
</xml>
|
||||
</xml>
|
||||
|
@@ -7,4 +7,4 @@
|
||||
"BizID": "xyz",
|
||||
"BizPwd": "xyz123",
|
||||
"ShopAppID": "wxABCD"
|
||||
}
|
||||
}
|
||||
|
@@ -7,4 +7,4 @@
|
||||
<BizID><![CDATA[xyz]]></BizID>
|
||||
<BizPwd><![CDATA[xyz123]]></BizPwd>
|
||||
<ShopAppID><![CDATA[wxABCD]]></ShopAppID>
|
||||
</xml>
|
||||
</xml>
|
||||
|
@@ -6,4 +6,4 @@
|
||||
"Event": "update_business_bind_result",
|
||||
"delivery_id": "EMS",
|
||||
"biz_id": "1234567"
|
||||
}
|
||||
}
|
||||
|
@@ -6,4 +6,4 @@
|
||||
<Event><![CDATA[update_business_bind_result]]></Event>
|
||||
<delivery_id><![CDATA[EMS]]></delivery_id>
|
||||
<biz_id><![CDATA[1234567]]></biz_id>
|
||||
</xml>
|
||||
</xml>
|
||||
|
Reference in New Issue
Block a user