|
|
@@ -970,8 +970,8 @@ $j = json_decode($j, true);
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'有店铺正在同步中,请5分钟后再试!','success'=>true));exit;
|
|
|
}
|
|
|
- echo "OK!";
|
|
|
- // echo json_encode(array('msg'=>'OK!','success'=>true));exit;
|
|
|
+ // echo "OK!";
|
|
|
+ echo json_encode(array('msg'=>'OK!','success'=>true));exit;
|
|
|
// echo "<pre>";
|
|
|
// //print_r($sd);
|
|
|
// print_r(json_encode($sd,JSON_UNESCAPED_UNICODE));
|