|
@@ -203,7 +203,7 @@ $("#card-box").slick({
|
|
|
console.log(jsonString),
|
|
|
$.ajax({
|
|
|
type: 'POST',
|
|
|
- url: 'https://go.hhh.com.tw:8005/add_client_info',
|
|
|
+ url: 'https://go.hhh.com.tw:8004/add_client_info',
|
|
|
data: jsonString,
|
|
|
dataType: 'json',
|
|
|
|
|
@@ -264,7 +264,7 @@ $("#card-box").slick({
|
|
|
console.log(jsonString),
|
|
|
$.ajax({
|
|
|
type: 'POST',
|
|
|
- url: 'https://go.hhh.com.tw:8005/add_client_info',
|
|
|
+ url: 'https://go.hhh.com.tw:8004/add_client_info',
|
|
|
data: jsonString,
|
|
|
dataType: 'json',
|
|
|
|