发货

# 发货 ## 说明 ``` ``` ### 请求参数 | 参数 | 说明 | 类型 | 备注 | 是否必填 | | ------- | -------- | ------ | ------------------- | -------- | | _handle | 处理类 | string | 固定值:MerchantPage| 是 | | _method | 处理方法 | string | 固定值:SendCurrency| 是 | | token| token | string | 登陆注册拿到的令牌| 是 | | xy_merchant_id|下级代理id | string | | 是 | | xy_currency| 发货个数单位平添比 | int | | 是 | | xy_order_remark| 备注 | string | | 否 | #### 请求地址 ``` 域名/api/action/ ``` ##### 返回值 ```json { "code": 1, "msg": "succeed", "data": null } ```