星耀-获取支付方式
# 星耀-获取支付方式
## 请求地址
```
会员站/api/action/
```
## 请求参数
|参数|默认值|说明|是否必填|
|-|-|-|-|
|_handle|StarshinePage| |是|
|_method|GetPayType | |是|
|type| all 电脑传0 手机 传1| 类型|是|
## 请求响应
``` json
{
"code": 1,
"msg": "",
"data": [{
"method_name":"支付宝",
"method_code":"alipay"
},{
"method_name":"微信",
"method_code":"wechat"
},{
"method_name":"平台币",
"method_code":"currency" //判断是currency支付方式的 显示金额的时候乘10
}
]
}
```