20], [['webKeyword', 'wxAppId','miniAppId', 'alipayKey', 'rrkdKey', 'mergeGatheringQrcodeUrl', 'mergeGatheringQrcodeUrlAlipay'], 'string', 'max' => 100], [['webDescription', 'gradeList'], 'string', 'max' => 500], [['wxPayKey', 'alipayPId', 'alipayAccount'], 'string', 'max' => 50], [['merchantId'], 'unique'], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'merchantId' => 'Merchant ID', 'init' => 'Init', 'webTitle' => 'Web Title', 'webKeyword' => 'Web Keyword', 'webDescription' => 'Web Description', 'wxMenuInit' => 'Wx Menu Init', 'wxTMessageInit' => 'Wx Tmessage Init', 'recharge' => 'Recharge', 'integral' => 'Integral', 'gradeList' => 'Grade List', 'giveCoupon' => 'Give Coupon', 'giveCouponPrice' => 'Give Coupon Price', 'couponMeetPrice' => 'Coupon Meet Price', 'couponValidity' => 'Coupon Validity', 'payment' => 'Payment', 'wxAppId' => 'Wx App ID', 'miniAppId' => 'miniAppId', 'wxPayMerchantId' => 'Wx Pay Merchant ID', 'wxPayKey' => 'Wx Pay Key', 'alipayPId' => 'Alipay Pid', 'alipayKey' => 'Alipay Key', 'alipayAccount' => 'Alipay Account', 'alipayAccountName' => 'Alipay Account Name', 'rrkdKey' => 'Rrkd Key', 'createTime' => 'Create Time', 'updateTime' => 'Update Time', 'mergeGatheringQrcodeUrl' => 'Merge Gathering Qrcode Url', 'mergeGatheringQrcodeUrlAlipay' => 'Merge Gathering Qrcode Url Alipay', 'generalMerchant' => 'General Merchant', ]; } }