Check the Validity of Cwallet ID

Check if the Cwallet User ID is correct and return the nickname

POST https://admin.ccpayment.com/ccpayment/v1/check/user

Headers

Request Body

Response

Body

{
	"code": 10000,
	"msg": "success",
	"data": {
		"c_id": "9454818",
		"nikename": "alvin"
	}
}

Parameter

Request Body Example

{
	"c_id": "9454818"
}

Last updated