|
|
@@ -8,13 +8,10 @@ use Yii;
|
|
|
|
|
|
class WxShareController extends BaseController
|
|
|
{
|
|
|
-
|
|
|
+
|
|
|
//取微信分享的参数 shish 2020.2.22
|
|
|
public function actionGetParams()
|
|
|
{
|
|
|
- if ($this->isWx) {
|
|
|
- util::fail('不是微信环境');
|
|
|
- }
|
|
|
$url = Yii::$app->request->post('url');
|
|
|
$jsSDK = new jsSDK();//微信分享
|
|
|
$merchant = $this->merchant;
|