Commit 2d262df4 by feixiang

小程序消息发送参数拼装修改

parent 0b223906
...@@ -50,6 +50,7 @@ class MiniBackendSender implements SenderInterface ...@@ -50,6 +50,7 @@ class MiniBackendSender implements SenderInterface
]; ];
foreach ( $this->sendData as $key => $data ) { foreach ( $this->sendData as $key => $data ) {
$key +=1;
$this->data[$this->sendType]['data']["keyword{$key}"]['value'] = $data; $this->data[$this->sendType]['data']["keyword{$key}"]['value'] = $data;
} }
......
...@@ -76,6 +76,7 @@ class MiniFrontendSender implements SenderInterface ...@@ -76,6 +76,7 @@ class MiniFrontendSender implements SenderInterface
]; ];
foreach ( $this->sendData as $key => $data ) { foreach ( $this->sendData as $key => $data ) {
$key +=1;
$this->data[$this->sendType]['data']["keyword{$key}"]['value'] = $data; $this->data[$this->sendType]['data']["keyword{$key}"]['value'] = $data;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment