* 인터페이스 주소:
- 도메인 이름/v1/사용자/상태
- 매우 중요: 한도 전환 요청 시간 초과 설정 은 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": "成功" }
* 필드 복귀 설명:
| 필드 이름 | 설명 하 다. |
|---|---|
| prever_merchant_score | 가맹점 전송 할당량 |
| 후_merchant_score | 판매자 이체 금액 |
| plat type | 플랫폼 유형 |
| username | 사용자 이름 |
| score | 전환 금액 |
| ip. | ip. |
| 애 프 터 score | 전송 후 균형 |
| create time | 생 성 시간 |
| client trans fer id | 상호 주문 번호 |
