Customs update

master
james.zhao 8 years ago
parent 00eabd51aa
commit e42d6d03ba

@ -29,7 +29,7 @@
"HF_Online_Payment", "HF_Online_Payment",
"CB_BankPay", "CB_BankPay",
"SDKPayment", "SDKPayment",
"Custom", "Customs_Declaration",
"CommonApi", "CommonApi",
"GetExchange", "GetExchange",
"OrderStatus", "OrderStatus",

@ -884,7 +884,7 @@
* 用于商户提交海关需要的订单附件信息仅支持微信和支付宝微信只支持一个月内的支付订单进行报关申请 * 用于商户提交海关需要的订单附件信息仅支持微信和支付宝微信只支持一个月内的支付订单进行报关申请
* *
* @apiVersion 1.0.0 * @apiVersion 1.0.0
* @apiGroup Custom * @apiGroup Customs_Declaration
* @apiHeader Accept application/json * @apiHeader Accept application/json
* @apiHeader Content-Type application/json * @apiHeader Content-Type application/json
* @apiParam (PathVariable) {String} partner_code 必填商户编码由4位大写字母或数字构成 * @apiParam (PathVariable) {String} partner_code 必填商户编码由4位大写字母或数字构成
@ -929,7 +929,7 @@
* 用于商户查询报关单号的状态 * 用于商户查询报关单号的状态
* *
* @apiVersion 1.0.0 * @apiVersion 1.0.0
* @apiGroup Custom * @apiGroup Customs_Declaration
* @apiHeader Accept application/json * @apiHeader Accept application/json
* @apiHeader Content-Type application/json * @apiHeader Content-Type application/json
* @apiParam (PathVariable) {String} partner_code 必填商户编码由4位大写字母或数字构成 * @apiParam (PathVariable) {String} partner_code 必填商户编码由4位大写字母或数字构成

@ -29,7 +29,7 @@
"HF_Online_Payment", "HF_Online_Payment",
"CB_BankPay", "CB_BankPay",
"SDKPayment", "SDKPayment",
"Custom", "Customs_Declaration",
"CommonApi", "CommonApi",
"GetExchange", "GetExchange",
"OrderStatus", "OrderStatus",

@ -901,7 +901,7 @@
* Used to submit the attachment information of the order required by the merchant. WeChat and Alipay are only supported. WeChat only supports payment orders within one month for customs declaration. * Used to submit the attachment information of the order required by the merchant. WeChat and Alipay are only supported. WeChat only supports payment orders within one month for customs declaration.
* *
* @apiVersion 1.0.0 * @apiVersion 1.0.0
* @apiGroup Custom * @apiGroup Customs_Declaration
* @apiHeader Accept application/json * @apiHeader Accept application/json
* @apiHeader Content-Type application/json * @apiHeader Content-Type application/json
* @apiParam (PathVariable) {String} partner_code Required, Partner code * @apiParam (PathVariable) {String} partner_code Required, Partner code
@ -946,7 +946,7 @@
* Used by the merchant to check the status of the customs declaration number. * Used by the merchant to check the status of the customs declaration number.
* *
* @apiVersion 1.0.0 * @apiVersion 1.0.0
* @apiGroup Custom * @apiGroup Customs_Declaration
* @apiHeader Accept application/json * @apiHeader Accept application/json
* @apiHeader Content-Type application/json * @apiHeader Content-Type application/json
* @apiParam (PathVariable) {String} partner_code Required, Partner code * @apiParam (PathVariable) {String} partner_code Required, Partner code

@ -934,7 +934,7 @@ margin-bottom: 10%;"/>
<li ng-if="31|withPartnerModule"> <li ng-if="31|withPartnerModule">
<a ui-sref="custom"> <a ui-sref="custom">
Report Custom Customs Declaration
</a> </a>
</li> </li>
<li ui-sref-active="active" ng-if="30|withPartnerModule"> <li ui-sref-active="active" ng-if="30|withPartnerModule">
@ -1071,4 +1071,4 @@ margin-bottom: 10%;"/>
</div> </div>
<!-- ./wrapper --> <!-- ./wrapper -->
</body> </body>
</html> </html>

Loading…
Cancel
Save