* 인터페이스 주소:
- 域名/v1/user/status
- 매우 중요: 한도 전환 요청 시간 초과 설정 은 30 초 이상 이 어야 합 니 다.
* 요구 파라미터:
| 필드 이름 | 유형 | 길이 | 필선 | 설명 하 다. |
|---|---|---|---|---|
| username | string | 5-11 | 네. | 회원 이름, 접두사 가 필요 없습니다. |
| sign key | string | 32 | 네. | 암호 서명 |
| client trans fer id | string | 32 | 네. | 상호 주문 번호 |
| plat type | string | 32 | 네. | 平台类型(参见附录平台类型) |
| 코드 | string | 32 | 네. | md5(sign_key+api_account+username+plat_type+client_transfer_id) |
* 호응 파라미터
| 필드 이름 | 유형 | 설명 하 다. |
|---|---|---|
| statuus코드 | string | 성공 여부. 01: 성공, 기타 실패; |
| 메시지 | string | 코드 에 대한 정보 |
| data. | string | 정보. |
* 데이터 내용 되 돌리 기
{
"statusCode": "01",
"data": {
"before_merchant_score": "878.00",
"after_merchant_score": "877.00",
"plat_type": "qt",
"username": "test001",
"score": "1",
"ip": "127.0.0.1",
"after_score": "104.50",
"create_time": "2018-08-05 11:29:34",
"client_transfer_id": "5b666f1a5c878"
},
"message": "成功"
}
* 필드 복귀 설명:
| 필드 이름 | 설명 하 다. |
|---|---|
| before_merchant_score | 商户转账前额度 |
| after_merchant_score | 商户转账后额度 |
| plat type | 平台类型 |
| username | 사용자 이름 |
| score | 转换额度 |
| ip. | ip. |
| 애 프 터 score | 转账后余额 |
| create time | 생 성 시간 |
| client trans fer id | 상호 주문 번호 |

평론.0