|
@ -264,6 +264,28 @@ public class CustomerController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 本地初始化客户,不经过小程序 |
|
|
* 本地初始化客户,不经过小程序 |
|
|
|
|
|
* curl --location 'http://localhost:8090/oper/crm/customer/initLocally' \
|
|
|
|
|
|
* --header 'Content-Type: application/json' \ |
|
|
|
|
|
* --data '{ |
|
|
|
|
|
* "paAgency": { |
|
|
|
|
|
* "agencyName": "wxz测试001", |
|
|
|
|
|
* "areaCode": "370666", |
|
|
|
|
|
* "city": "青岛市", |
|
|
|
|
|
* "district": "海马脑区", |
|
|
|
|
|
* "level": "district", |
|
|
|
|
|
* "levelNum": "2", |
|
|
|
|
|
* "partybranchnum": 50, |
|
|
|
|
|
* "province": "山东省" |
|
|
|
|
|
* }, |
|
|
|
|
|
* "paCustomer": { |
|
|
|
|
|
* "customerName": "海马脑区" |
|
|
|
|
|
* }, |
|
|
|
|
|
* "paUser": { |
|
|
|
|
|
* "gender": "1", |
|
|
|
|
|
* "phone": "18560677960", |
|
|
|
|
|
* "realName": "wang" |
|
|
|
|
|
* } |
|
|
|
|
|
* }' |
|
|
* @param formDTO |
|
|
* @param formDTO |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
|