|
@@ -8,11 +8,6 @@
|
|
|
|
|
|
class ActivityController extends O2oBaseController {
|
|
|
//扫码获取代金券
|
|
|
-
|
|
|
- public function actionIndex(){
|
|
|
- $this->render('index');exit;
|
|
|
- }
|
|
|
-
|
|
|
public function actionGetCoupon() {
|
|
|
$signPackage = CommonWeixin::get_sign();
|
|
|
$coupon_id = Yii::app()->request->getParam('coupon_id','');//获取代金券id
|