- 
                Notifications
    You must be signed in to change notification settings 
- Fork 399
user_test
        wuxw7 edited this page Jul 26, 2018 
        ·
        4 revisions
      
    | 版本 | 变更内容 | 变更时间 | 变更人员 | 
|---|---|---|---|
| v0.01 | 初稿 | 2018-07-24 | wuxw | 
| 测试人员 | 测试时间 | 测试结果 | 联系邮箱 | 
|---|---|---|---|
| wuxw | 2018-5-25 | 通过 | [email protected] | 
http://135.192.86.200:8001/httpApi/service
测试时135.192.86.200替换成自己的ip
{
"orders": {
	"appId": "8000418001",
	"transactionId": "100000000020180409224736000001",
	"userId": "1000123",
	"orderTypeCd": "D",
	"requestTime": "20180409224736",
	"remark": "备注",
	"sign": "",
	"attrs": [{
		"specCd": "100001",
		"value": "测试单"
	}]
},
"business": [{
	"serviceCode": "save.user.info",
	"serviceName": "保存用户信息",
	"remark": "备注",
	"datas": {
		"businessUser": {
			"userId": "-1",
			"name": "张三",
			"email": "[email protected]",
			"address": "青海省西宁市城中区129号",
			"password": "ERCBHDUYFJDNDHDJDNDJDHDUDHDJDDKDK",
			"locationCd": "001",
			"age": 19,
			"sex": "0",
			"tel": "17797173943",
			"levelCd": "1",
			"businessUserAttr": [{
				"attrId": "-1",
				"specCd": "1001",
				"value": "01"
			}]
		}
	},
	"attrs": [{
		"specCd": "200001",
		"value": "1000123"
	}]
}]
}
{
	"business": [{
		"serviceCode": "save.user.info",
		"response": {
			"code": "0000",
			"message": "成功"
		},
		"responseTime": "20180524011054",
		"bId": "202018052400000046",
		"businessType": "B",
		"userId": "300000000001",
		"transactionId": "100000120180524000048",
		"dataFlowId": "20002018052400000043"
	}],
	"orders": {
		"response": {
			"code": "0000",
			"message": "成功"
		},
		"responseTime": "20180524011054",
		"sign": "",
		"transactionId": "100000000020180409224736000001"
	}
}