|
@@ -33,6 +33,7 @@ function goCustomerUrl () {
|
|
|
$.post({
|
|
|
url: '/jyapi/social/obtainShunt',
|
|
|
contentType: 'application/json',
|
|
|
+ data: JSON.stringify({type: 'PC', isFind: true}),
|
|
|
success: function(res) {
|
|
|
if (res && res.data && res.data.url) {
|
|
|
location.href = res.data.url
|