说明 / 示例
## 创建订单
### 请求参数
| 参数名称 | 默认值 | 说明 |
| -------- | ----------- | ---------------------- |
| _handle | StarshinePage | |
| _method | CreateBuy | app用 CreateBuyUrl |
| uid | | id |
|token | | cookie|
| method_code | | 支付方式编号 例如alipay |
| day | | 开通天数 |
| wxcode | | 将存下来的wxcode传过来 主要是用于公众号支付 |
### 请求响应
``` json
{
"code": 1,
"msg": "",
"data": "form表单" //app的data是一个url 尝试用webview打开
}
```