@@ -14,13 +14,13 @@ |
||
14 | 14 | $request->setGoodsId(1); |
15 | 15 | $request->setWareId(1); |
16 | 16 | try{ |
17 | - $response = $client->syncInvoke($request); |
|
17 | + $response = $client->syncInvoke($request); |
|
18 | 18 | } catch(Com\Pdd\Pop\Sdk\PopHttpException $e){ |
19 | - echo $e->getMessage(); |
|
20 | - exit; |
|
19 | + echo $e->getMessage(); |
|
20 | + exit; |
|
21 | 21 | } |
22 | 22 | $content = $response->getContent(); |
23 | 23 | if(isset($content['error_response'])){ |
24 | - echo "异常返回"; |
|
24 | + echo "异常返回"; |
|
25 | 25 | } |
26 | 26 | echo json_encode($content,JSON_UNESCAPED_UNICODE); |
27 | 27 | \ No newline at end of file |
@@ -13,13 +13,13 @@ |
||
13 | 13 | |
14 | 14 | $request->setSessionId('str'); |
15 | 15 | try{ |
16 | - $response = $client->syncInvoke($request); |
|
16 | + $response = $client->syncInvoke($request); |
|
17 | 17 | } catch(Com\Pdd\Pop\Sdk\PopHttpException $e){ |
18 | - echo $e->getMessage(); |
|
19 | - exit; |
|
18 | + echo $e->getMessage(); |
|
19 | + exit; |
|
20 | 20 | } |
21 | 21 | $content = $response->getContent(); |
22 | 22 | if(isset($content['error_response'])){ |
23 | - echo "异常返回"; |
|
23 | + echo "异常返回"; |
|
24 | 24 | } |
25 | 25 | echo json_encode($content,JSON_UNESCAPED_UNICODE); |
26 | 26 | \ No newline at end of file |
@@ -15,13 +15,13 @@ |
||
15 | 15 | $request->setSourceUrl('str'); |
16 | 16 | $request->setCustomParameters('str'); |
17 | 17 | try{ |
18 | - $response = $client->syncInvoke($request); |
|
18 | + $response = $client->syncInvoke($request); |
|
19 | 19 | } catch(Com\Pdd\Pop\Sdk\PopHttpException $e){ |
20 | - echo $e->getMessage(); |
|
21 | - exit; |
|
20 | + echo $e->getMessage(); |
|
21 | + exit; |
|
22 | 22 | } |
23 | 23 | $content = $response->getContent(); |
24 | 24 | if(isset($content['error_response'])){ |
25 | - echo "异常返回"; |
|
25 | + echo "异常返回"; |
|
26 | 26 | } |
27 | 27 | echo json_encode($content,JSON_UNESCAPED_UNICODE); |
28 | 28 | \ No newline at end of file |
@@ -31,13 +31,13 @@ |
||
31 | 31 | $request->setBlockCatPackages(array(1)); |
32 | 32 | $request->setGoodsSignList(array('str')); |
33 | 33 | try{ |
34 | - $response = $client->syncInvoke($request); |
|
34 | + $response = $client->syncInvoke($request); |
|
35 | 35 | } catch(Com\Pdd\Pop\Sdk\PopHttpException $e){ |
36 | - echo $e->getMessage(); |
|
37 | - exit; |
|
36 | + echo $e->getMessage(); |
|
37 | + exit; |
|
38 | 38 | } |
39 | 39 | $content = $response->getContent(); |
40 | 40 | if(isset($content['error_response'])){ |
41 | - echo "异常返回"; |
|
41 | + echo "异常返回"; |
|
42 | 42 | } |
43 | 43 | echo json_encode($content,JSON_UNESCAPED_UNICODE); |
44 | 44 | \ No newline at end of file |
@@ -16,13 +16,13 @@ |
||
16 | 16 | $request->setName('str'); |
17 | 17 | $request->setStart(1); |
18 | 18 | try{ |
19 | - $response = $client->syncInvoke($request); |
|
19 | + $response = $client->syncInvoke($request); |
|
20 | 20 | } catch(Com\Pdd\Pop\Sdk\PopHttpException $e){ |
21 | - echo $e->getMessage(); |
|
22 | - exit; |
|
21 | + echo $e->getMessage(); |
|
22 | + exit; |
|
23 | 23 | } |
24 | 24 | $content = $response->getContent(); |
25 | 25 | if(isset($content['error_response'])){ |
26 | - echo "异常返回"; |
|
26 | + echo "异常返回"; |
|
27 | 27 | } |
28 | 28 | echo json_encode($content,JSON_UNESCAPED_UNICODE); |
29 | 29 | \ No newline at end of file |
@@ -13,13 +13,13 @@ |
||
13 | 13 | |
14 | 14 | $request->setParentOptId(1); |
15 | 15 | try{ |
16 | - $response = $client->syncInvoke($request); |
|
16 | + $response = $client->syncInvoke($request); |
|
17 | 17 | } catch(Com\Pdd\Pop\Sdk\PopHttpException $e){ |
18 | - echo $e->getMessage(); |
|
19 | - exit; |
|
18 | + echo $e->getMessage(); |
|
19 | + exit; |
|
20 | 20 | } |
21 | 21 | $content = $response->getContent(); |
22 | 22 | if(isset($content['error_response'])){ |
23 | - echo "异常返回"; |
|
23 | + echo "异常返回"; |
|
24 | 24 | } |
25 | 25 | echo json_encode($content,JSON_UNESCAPED_UNICODE); |
26 | 26 | \ No newline at end of file |
@@ -12,13 +12,13 @@ |
||
12 | 12 | $request = new PddAdApiUnitBidQueryBaseLocationProfileRequest(); |
13 | 13 | |
14 | 14 | try{ |
15 | - $response = $client->syncInvoke($request); |
|
15 | + $response = $client->syncInvoke($request); |
|
16 | 16 | } catch(Com\Pdd\Pop\Sdk\PopHttpException $e){ |
17 | - echo $e->getMessage(); |
|
18 | - exit; |
|
17 | + echo $e->getMessage(); |
|
18 | + exit; |
|
19 | 19 | } |
20 | 20 | $content = $response->getContent(); |
21 | 21 | if(isset($content['error_response'])){ |
22 | - echo "异常返回"; |
|
22 | + echo "异常返回"; |
|
23 | 23 | } |
24 | 24 | echo json_encode($content,JSON_UNESCAPED_UNICODE); |
25 | 25 | \ No newline at end of file |
@@ -14,13 +14,13 @@ |
||
14 | 14 | $request->setAdId(1); |
15 | 15 | $request->setAdName('str'); |
16 | 16 | try{ |
17 | - $response = $client->syncInvoke($request); |
|
17 | + $response = $client->syncInvoke($request); |
|
18 | 18 | } catch(Com\Pdd\Pop\Sdk\PopHttpException $e){ |
19 | - echo $e->getMessage(); |
|
20 | - exit; |
|
19 | + echo $e->getMessage(); |
|
20 | + exit; |
|
21 | 21 | } |
22 | 22 | $content = $response->getContent(); |
23 | 23 | if(isset($content['error_response'])){ |
24 | - echo "异常返回"; |
|
24 | + echo "异常返回"; |
|
25 | 25 | } |
26 | 26 | echo json_encode($content,JSON_UNESCAPED_UNICODE); |
27 | 27 | \ No newline at end of file |
@@ -16,13 +16,13 @@ |
||
16 | 16 | $request->setDate('str'); |
17 | 17 | $request->setDetails(); |
18 | 18 | try{ |
19 | - $response = $client->syncInvoke($request); |
|
19 | + $response = $client->syncInvoke($request); |
|
20 | 20 | } catch(Com\Pdd\Pop\Sdk\PopHttpException $e){ |
21 | - echo $e->getMessage(); |
|
22 | - exit; |
|
21 | + echo $e->getMessage(); |
|
22 | + exit; |
|
23 | 23 | } |
24 | 24 | $content = $response->getContent(); |
25 | 25 | if(isset($content['error_response'])){ |
26 | - echo "异常返回"; |
|
26 | + echo "异常返回"; |
|
27 | 27 | } |
28 | 28 | echo json_encode($content,JSON_UNESCAPED_UNICODE); |
29 | 29 | \ No newline at end of file |