| xqd
@@ -79,8 +79,10 @@ namespace Dcat\Admin {
|
|
|
* @property Grid\Column|Collection free_episodes
|
|
|
* @property Grid\Column|Collection paid_episodes
|
|
|
* @property Grid\Column|Collection episodes_price
|
|
|
+ * @property Grid\Column|Collection level
|
|
|
* @property Grid\Column|Collection episodes_id
|
|
|
* @property Grid\Column|Collection is_free
|
|
|
+ * @property Grid\Column|Collection origin_price
|
|
|
* @property Grid\Column|Collection sale_price
|
|
|
* @property Grid\Column|Collection answer
|
|
|
* @property Grid\Column|Collection look_num
|
| xqd
@@ -88,6 +90,7 @@ namespace Dcat\Admin {
|
|
|
* @property Grid\Column|Collection token
|
|
|
* @property Grid\Column|Collection pay_id
|
|
|
* @property Grid\Column|Collection pay_type
|
|
|
+ * @property Grid\Column|Collection source
|
|
|
* @property Grid\Column|Collection pay_dt
|
|
|
* @property Grid\Column|Collection order_fee
|
|
|
* @property Grid\Column|Collection discount_fee
|
| xqd
@@ -96,6 +99,12 @@ namespace Dcat\Admin {
|
|
|
* @property Grid\Column|Collection serial_number
|
|
|
* @property Grid\Column|Collection pay_error
|
|
|
* @property Grid\Column|Collection setting_id
|
|
|
+ * @property Grid\Column|Collection douyin_app_id
|
|
|
+ * @property Grid\Column|Collection douyin_app_secret
|
|
|
+ * @property Grid\Column|Collection douyin_salt
|
|
|
+ * @property Grid\Column|Collection douyin_token
|
|
|
+ * @property Grid\Column|Collection kuaishou_app_id
|
|
|
+ * @property Grid\Column|Collection kuaishou_app_secret
|
|
|
* @property Grid\Column|Collection mini_app_id
|
|
|
* @property Grid\Column|Collection mini_app_key
|
|
|
* @property Grid\Column|Collection wechat_app_id
|
| xqd
@@ -105,9 +114,6 @@ namespace Dcat\Admin {
|
|
|
* @property Grid\Column|Collection alipay_app_id
|
|
|
* @property Grid\Column|Collection alipay_app_key
|
|
|
* @property Grid\Column|Collection alipay_app_secret
|
|
|
- * @property Grid\Column|Collection douyin_app_id
|
|
|
- * @property Grid\Column|Collection douyin_app_key
|
|
|
- * @property Grid\Column|Collection douyin_app_secret
|
|
|
* @property Grid\Column|Collection tokenable_type
|
|
|
* @property Grid\Column|Collection tokenable_id
|
|
|
* @property Grid\Column|Collection abilities
|
| xqd
@@ -127,12 +133,21 @@ namespace Dcat\Admin {
|
|
|
* @property Grid\Column|Collection recharge_bg_img
|
|
|
* @property Grid\Column|Collection recharge_button_txt
|
|
|
* @property Grid\Column|Collection recharge_desc
|
|
|
+ * @property Grid\Column|Collection is_review
|
|
|
+ * @property Grid\Column|Collection share_type
|
|
|
+ * @property Grid\Column|Collection share_number
|
|
|
+ * @property Grid\Column|Collection withdraw_discount
|
|
|
+ * @property Grid\Column|Collection withdraw_desc
|
|
|
+ * @property Grid\Column|Collection withdraw_min
|
|
|
+ * @property Grid\Column|Collection withdraw_max
|
|
|
+ * @property Grid\Column|Collection is_open
|
|
|
* @property Grid\Column|Collection prefix
|
|
|
* @property Grid\Column|Collection event
|
|
|
* @property Grid\Column|Collection mobile
|
|
|
* @property Grid\Column|Collection verify_key
|
|
|
* @property Grid\Column|Collection sms_code
|
|
|
* @property Grid\Column|Collection sms_result
|
|
|
+ * @property Grid\Column|Collection selected_icon
|
|
|
* @property Grid\Column|Collection episode_id
|
|
|
* @property Grid\Column|Collection before
|
|
|
* @property Grid\Column|Collection change
|
| xqd
@@ -141,7 +156,6 @@ namespace Dcat\Admin {
|
|
|
* @property Grid\Column|Collection order_id
|
|
|
* @property Grid\Column|Collection list_id
|
|
|
* @property Grid\Column|Collection discount
|
|
|
- * @property Grid\Column|Collection statust
|
|
|
* @property Grid\Column|Collection content
|
|
|
* @property Grid\Column|Collection file
|
|
|
* @property Grid\Column|Collection integral
|
| xqd
@@ -153,13 +167,17 @@ namespace Dcat\Admin {
|
|
|
* @property Grid\Column|Collection recharge_id
|
|
|
* @property Grid\Column|Collection combo_id
|
|
|
* @property Grid\Column|Collection desc
|
|
|
+ * @property Grid\Column|Collection child_id
|
|
|
+ * @property Grid\Column|Collection income
|
|
|
* @property Grid\Column|Collection date
|
|
|
* @property Grid\Column|Collection award
|
|
|
* @property Grid\Column|Collection valid_day
|
|
|
+ * @property Grid\Column|Collection account
|
|
|
* @property Grid\Column|Collection nickname
|
|
|
* @property Grid\Column|Collection open_id
|
|
|
* @property Grid\Column|Collection union_id
|
|
|
* @property Grid\Column|Collection email_verified_at
|
|
|
+ * @property Grid\Column|Collection become_child_at
|
|
|
*
|
|
|
* @method Grid\Column|Collection id(string $label = null)
|
|
|
* @method Grid\Column|Collection name(string $label = null)
|
| xqd
@@ -229,8 +247,10 @@ namespace Dcat\Admin {
|
|
|
* @method Grid\Column|Collection free_episodes(string $label = null)
|
|
|
* @method Grid\Column|Collection paid_episodes(string $label = null)
|
|
|
* @method Grid\Column|Collection episodes_price(string $label = null)
|
|
|
+ * @method Grid\Column|Collection level(string $label = null)
|
|
|
* @method Grid\Column|Collection episodes_id(string $label = null)
|
|
|
* @method Grid\Column|Collection is_free(string $label = null)
|
|
|
+ * @method Grid\Column|Collection origin_price(string $label = null)
|
|
|
* @method Grid\Column|Collection sale_price(string $label = null)
|
|
|
* @method Grid\Column|Collection answer(string $label = null)
|
|
|
* @method Grid\Column|Collection look_num(string $label = null)
|
| xqd
@@ -238,6 +258,7 @@ namespace Dcat\Admin {
|
|
|
* @method Grid\Column|Collection token(string $label = null)
|
|
|
* @method Grid\Column|Collection pay_id(string $label = null)
|
|
|
* @method Grid\Column|Collection pay_type(string $label = null)
|
|
|
+ * @method Grid\Column|Collection source(string $label = null)
|
|
|
* @method Grid\Column|Collection pay_dt(string $label = null)
|
|
|
* @method Grid\Column|Collection order_fee(string $label = null)
|
|
|
* @method Grid\Column|Collection discount_fee(string $label = null)
|
| xqd
@@ -246,6 +267,12 @@ namespace Dcat\Admin {
|
|
|
* @method Grid\Column|Collection serial_number(string $label = null)
|
|
|
* @method Grid\Column|Collection pay_error(string $label = null)
|
|
|
* @method Grid\Column|Collection setting_id(string $label = null)
|
|
|
+ * @method Grid\Column|Collection douyin_app_id(string $label = null)
|
|
|
+ * @method Grid\Column|Collection douyin_app_secret(string $label = null)
|
|
|
+ * @method Grid\Column|Collection douyin_salt(string $label = null)
|
|
|
+ * @method Grid\Column|Collection douyin_token(string $label = null)
|
|
|
+ * @method Grid\Column|Collection kuaishou_app_id(string $label = null)
|
|
|
+ * @method Grid\Column|Collection kuaishou_app_secret(string $label = null)
|
|
|
* @method Grid\Column|Collection mini_app_id(string $label = null)
|
|
|
* @method Grid\Column|Collection mini_app_key(string $label = null)
|
|
|
* @method Grid\Column|Collection wechat_app_id(string $label = null)
|
| xqd
@@ -255,9 +282,6 @@ namespace Dcat\Admin {
|
|
|
* @method Grid\Column|Collection alipay_app_id(string $label = null)
|
|
|
* @method Grid\Column|Collection alipay_app_key(string $label = null)
|
|
|
* @method Grid\Column|Collection alipay_app_secret(string $label = null)
|
|
|
- * @method Grid\Column|Collection douyin_app_id(string $label = null)
|
|
|
- * @method Grid\Column|Collection douyin_app_key(string $label = null)
|
|
|
- * @method Grid\Column|Collection douyin_app_secret(string $label = null)
|
|
|
* @method Grid\Column|Collection tokenable_type(string $label = null)
|
|
|
* @method Grid\Column|Collection tokenable_id(string $label = null)
|
|
|
* @method Grid\Column|Collection abilities(string $label = null)
|
| xqd
@@ -277,12 +301,21 @@ namespace Dcat\Admin {
|
|
|
* @method Grid\Column|Collection recharge_bg_img(string $label = null)
|
|
|
* @method Grid\Column|Collection recharge_button_txt(string $label = null)
|
|
|
* @method Grid\Column|Collection recharge_desc(string $label = null)
|
|
|
+ * @method Grid\Column|Collection is_review(string $label = null)
|
|
|
+ * @method Grid\Column|Collection share_type(string $label = null)
|
|
|
+ * @method Grid\Column|Collection share_number(string $label = null)
|
|
|
+ * @method Grid\Column|Collection withdraw_discount(string $label = null)
|
|
|
+ * @method Grid\Column|Collection withdraw_desc(string $label = null)
|
|
|
+ * @method Grid\Column|Collection withdraw_min(string $label = null)
|
|
|
+ * @method Grid\Column|Collection withdraw_max(string $label = null)
|
|
|
+ * @method Grid\Column|Collection is_open(string $label = null)
|
|
|
* @method Grid\Column|Collection prefix(string $label = null)
|
|
|
* @method Grid\Column|Collection event(string $label = null)
|
|
|
* @method Grid\Column|Collection mobile(string $label = null)
|
|
|
* @method Grid\Column|Collection verify_key(string $label = null)
|
|
|
* @method Grid\Column|Collection sms_code(string $label = null)
|
|
|
* @method Grid\Column|Collection sms_result(string $label = null)
|
|
|
+ * @method Grid\Column|Collection selected_icon(string $label = null)
|
|
|
* @method Grid\Column|Collection episode_id(string $label = null)
|
|
|
* @method Grid\Column|Collection before(string $label = null)
|
|
|
* @method Grid\Column|Collection change(string $label = null)
|
| xqd
@@ -291,7 +324,6 @@ namespace Dcat\Admin {
|
|
|
* @method Grid\Column|Collection order_id(string $label = null)
|
|
|
* @method Grid\Column|Collection list_id(string $label = null)
|
|
|
* @method Grid\Column|Collection discount(string $label = null)
|
|
|
- * @method Grid\Column|Collection statust(string $label = null)
|
|
|
* @method Grid\Column|Collection content(string $label = null)
|
|
|
* @method Grid\Column|Collection file(string $label = null)
|
|
|
* @method Grid\Column|Collection integral(string $label = null)
|
| xqd
@@ -303,13 +335,17 @@ namespace Dcat\Admin {
|
|
|
* @method Grid\Column|Collection recharge_id(string $label = null)
|
|
|
* @method Grid\Column|Collection combo_id(string $label = null)
|
|
|
* @method Grid\Column|Collection desc(string $label = null)
|
|
|
+ * @method Grid\Column|Collection child_id(string $label = null)
|
|
|
+ * @method Grid\Column|Collection income(string $label = null)
|
|
|
* @method Grid\Column|Collection date(string $label = null)
|
|
|
* @method Grid\Column|Collection award(string $label = null)
|
|
|
* @method Grid\Column|Collection valid_day(string $label = null)
|
|
|
+ * @method Grid\Column|Collection account(string $label = null)
|
|
|
* @method Grid\Column|Collection nickname(string $label = null)
|
|
|
* @method Grid\Column|Collection open_id(string $label = null)
|
|
|
* @method Grid\Column|Collection union_id(string $label = null)
|
|
|
* @method Grid\Column|Collection email_verified_at(string $label = null)
|
|
|
+ * @method Grid\Column|Collection become_child_at(string $label = null)
|
|
|
*/
|
|
|
class Grid {}
|
|
|
|
| xqd
@@ -384,8 +420,10 @@ namespace Dcat\Admin {
|
|
|
* @property Show\Field|Collection free_episodes
|
|
|
* @property Show\Field|Collection paid_episodes
|
|
|
* @property Show\Field|Collection episodes_price
|
|
|
+ * @property Show\Field|Collection level
|
|
|
* @property Show\Field|Collection episodes_id
|
|
|
* @property Show\Field|Collection is_free
|
|
|
+ * @property Show\Field|Collection origin_price
|
|
|
* @property Show\Field|Collection sale_price
|
|
|
* @property Show\Field|Collection answer
|
|
|
* @property Show\Field|Collection look_num
|
| xqd
@@ -393,6 +431,7 @@ namespace Dcat\Admin {
|
|
|
* @property Show\Field|Collection token
|
|
|
* @property Show\Field|Collection pay_id
|
|
|
* @property Show\Field|Collection pay_type
|
|
|
+ * @property Show\Field|Collection source
|
|
|
* @property Show\Field|Collection pay_dt
|
|
|
* @property Show\Field|Collection order_fee
|
|
|
* @property Show\Field|Collection discount_fee
|
| xqd
@@ -401,6 +440,12 @@ namespace Dcat\Admin {
|
|
|
* @property Show\Field|Collection serial_number
|
|
|
* @property Show\Field|Collection pay_error
|
|
|
* @property Show\Field|Collection setting_id
|
|
|
+ * @property Show\Field|Collection douyin_app_id
|
|
|
+ * @property Show\Field|Collection douyin_app_secret
|
|
|
+ * @property Show\Field|Collection douyin_salt
|
|
|
+ * @property Show\Field|Collection douyin_token
|
|
|
+ * @property Show\Field|Collection kuaishou_app_id
|
|
|
+ * @property Show\Field|Collection kuaishou_app_secret
|
|
|
* @property Show\Field|Collection mini_app_id
|
|
|
* @property Show\Field|Collection mini_app_key
|
|
|
* @property Show\Field|Collection wechat_app_id
|
| xqd
@@ -410,9 +455,6 @@ namespace Dcat\Admin {
|
|
|
* @property Show\Field|Collection alipay_app_id
|
|
|
* @property Show\Field|Collection alipay_app_key
|
|
|
* @property Show\Field|Collection alipay_app_secret
|
|
|
- * @property Show\Field|Collection douyin_app_id
|
|
|
- * @property Show\Field|Collection douyin_app_key
|
|
|
- * @property Show\Field|Collection douyin_app_secret
|
|
|
* @property Show\Field|Collection tokenable_type
|
|
|
* @property Show\Field|Collection tokenable_id
|
|
|
* @property Show\Field|Collection abilities
|
| xqd
@@ -432,12 +474,21 @@ namespace Dcat\Admin {
|
|
|
* @property Show\Field|Collection recharge_bg_img
|
|
|
* @property Show\Field|Collection recharge_button_txt
|
|
|
* @property Show\Field|Collection recharge_desc
|
|
|
+ * @property Show\Field|Collection is_review
|
|
|
+ * @property Show\Field|Collection share_type
|
|
|
+ * @property Show\Field|Collection share_number
|
|
|
+ * @property Show\Field|Collection withdraw_discount
|
|
|
+ * @property Show\Field|Collection withdraw_desc
|
|
|
+ * @property Show\Field|Collection withdraw_min
|
|
|
+ * @property Show\Field|Collection withdraw_max
|
|
|
+ * @property Show\Field|Collection is_open
|
|
|
* @property Show\Field|Collection prefix
|
|
|
* @property Show\Field|Collection event
|
|
|
* @property Show\Field|Collection mobile
|
|
|
* @property Show\Field|Collection verify_key
|
|
|
* @property Show\Field|Collection sms_code
|
|
|
* @property Show\Field|Collection sms_result
|
|
|
+ * @property Show\Field|Collection selected_icon
|
|
|
* @property Show\Field|Collection episode_id
|
|
|
* @property Show\Field|Collection before
|
|
|
* @property Show\Field|Collection change
|
| xqd
@@ -446,7 +497,6 @@ namespace Dcat\Admin {
|
|
|
* @property Show\Field|Collection order_id
|
|
|
* @property Show\Field|Collection list_id
|
|
|
* @property Show\Field|Collection discount
|
|
|
- * @property Show\Field|Collection statust
|
|
|
* @property Show\Field|Collection content
|
|
|
* @property Show\Field|Collection file
|
|
|
* @property Show\Field|Collection integral
|
| xqd
@@ -458,13 +508,17 @@ namespace Dcat\Admin {
|
|
|
* @property Show\Field|Collection recharge_id
|
|
|
* @property Show\Field|Collection combo_id
|
|
|
* @property Show\Field|Collection desc
|
|
|
+ * @property Show\Field|Collection child_id
|
|
|
+ * @property Show\Field|Collection income
|
|
|
* @property Show\Field|Collection date
|
|
|
* @property Show\Field|Collection award
|
|
|
* @property Show\Field|Collection valid_day
|
|
|
+ * @property Show\Field|Collection account
|
|
|
* @property Show\Field|Collection nickname
|
|
|
* @property Show\Field|Collection open_id
|
|
|
* @property Show\Field|Collection union_id
|
|
|
* @property Show\Field|Collection email_verified_at
|
|
|
+ * @property Show\Field|Collection become_child_at
|
|
|
*
|
|
|
* @method Show\Field|Collection id(string $label = null)
|
|
|
* @method Show\Field|Collection name(string $label = null)
|
| xqd
@@ -534,8 +588,10 @@ namespace Dcat\Admin {
|
|
|
* @method Show\Field|Collection free_episodes(string $label = null)
|
|
|
* @method Show\Field|Collection paid_episodes(string $label = null)
|
|
|
* @method Show\Field|Collection episodes_price(string $label = null)
|
|
|
+ * @method Show\Field|Collection level(string $label = null)
|
|
|
* @method Show\Field|Collection episodes_id(string $label = null)
|
|
|
* @method Show\Field|Collection is_free(string $label = null)
|
|
|
+ * @method Show\Field|Collection origin_price(string $label = null)
|
|
|
* @method Show\Field|Collection sale_price(string $label = null)
|
|
|
* @method Show\Field|Collection answer(string $label = null)
|
|
|
* @method Show\Field|Collection look_num(string $label = null)
|
| xqd
@@ -543,6 +599,7 @@ namespace Dcat\Admin {
|
|
|
* @method Show\Field|Collection token(string $label = null)
|
|
|
* @method Show\Field|Collection pay_id(string $label = null)
|
|
|
* @method Show\Field|Collection pay_type(string $label = null)
|
|
|
+ * @method Show\Field|Collection source(string $label = null)
|
|
|
* @method Show\Field|Collection pay_dt(string $label = null)
|
|
|
* @method Show\Field|Collection order_fee(string $label = null)
|
|
|
* @method Show\Field|Collection discount_fee(string $label = null)
|
| xqd
@@ -551,6 +608,12 @@ namespace Dcat\Admin {
|
|
|
* @method Show\Field|Collection serial_number(string $label = null)
|
|
|
* @method Show\Field|Collection pay_error(string $label = null)
|
|
|
* @method Show\Field|Collection setting_id(string $label = null)
|
|
|
+ * @method Show\Field|Collection douyin_app_id(string $label = null)
|
|
|
+ * @method Show\Field|Collection douyin_app_secret(string $label = null)
|
|
|
+ * @method Show\Field|Collection douyin_salt(string $label = null)
|
|
|
+ * @method Show\Field|Collection douyin_token(string $label = null)
|
|
|
+ * @method Show\Field|Collection kuaishou_app_id(string $label = null)
|
|
|
+ * @method Show\Field|Collection kuaishou_app_secret(string $label = null)
|
|
|
* @method Show\Field|Collection mini_app_id(string $label = null)
|
|
|
* @method Show\Field|Collection mini_app_key(string $label = null)
|
|
|
* @method Show\Field|Collection wechat_app_id(string $label = null)
|
| xqd
@@ -560,9 +623,6 @@ namespace Dcat\Admin {
|
|
|
* @method Show\Field|Collection alipay_app_id(string $label = null)
|
|
|
* @method Show\Field|Collection alipay_app_key(string $label = null)
|
|
|
* @method Show\Field|Collection alipay_app_secret(string $label = null)
|
|
|
- * @method Show\Field|Collection douyin_app_id(string $label = null)
|
|
|
- * @method Show\Field|Collection douyin_app_key(string $label = null)
|
|
|
- * @method Show\Field|Collection douyin_app_secret(string $label = null)
|
|
|
* @method Show\Field|Collection tokenable_type(string $label = null)
|
|
|
* @method Show\Field|Collection tokenable_id(string $label = null)
|
|
|
* @method Show\Field|Collection abilities(string $label = null)
|
| xqd
@@ -582,12 +642,21 @@ namespace Dcat\Admin {
|
|
|
* @method Show\Field|Collection recharge_bg_img(string $label = null)
|
|
|
* @method Show\Field|Collection recharge_button_txt(string $label = null)
|
|
|
* @method Show\Field|Collection recharge_desc(string $label = null)
|
|
|
+ * @method Show\Field|Collection is_review(string $label = null)
|
|
|
+ * @method Show\Field|Collection share_type(string $label = null)
|
|
|
+ * @method Show\Field|Collection share_number(string $label = null)
|
|
|
+ * @method Show\Field|Collection withdraw_discount(string $label = null)
|
|
|
+ * @method Show\Field|Collection withdraw_desc(string $label = null)
|
|
|
+ * @method Show\Field|Collection withdraw_min(string $label = null)
|
|
|
+ * @method Show\Field|Collection withdraw_max(string $label = null)
|
|
|
+ * @method Show\Field|Collection is_open(string $label = null)
|
|
|
* @method Show\Field|Collection prefix(string $label = null)
|
|
|
* @method Show\Field|Collection event(string $label = null)
|
|
|
* @method Show\Field|Collection mobile(string $label = null)
|
|
|
* @method Show\Field|Collection verify_key(string $label = null)
|
|
|
* @method Show\Field|Collection sms_code(string $label = null)
|
|
|
* @method Show\Field|Collection sms_result(string $label = null)
|
|
|
+ * @method Show\Field|Collection selected_icon(string $label = null)
|
|
|
* @method Show\Field|Collection episode_id(string $label = null)
|
|
|
* @method Show\Field|Collection before(string $label = null)
|
|
|
* @method Show\Field|Collection change(string $label = null)
|
| xqd
@@ -596,7 +665,6 @@ namespace Dcat\Admin {
|
|
|
* @method Show\Field|Collection order_id(string $label = null)
|
|
|
* @method Show\Field|Collection list_id(string $label = null)
|
|
|
* @method Show\Field|Collection discount(string $label = null)
|
|
|
- * @method Show\Field|Collection statust(string $label = null)
|
|
|
* @method Show\Field|Collection content(string $label = null)
|
|
|
* @method Show\Field|Collection file(string $label = null)
|
|
|
* @method Show\Field|Collection integral(string $label = null)
|
| xqd
@@ -608,13 +676,17 @@ namespace Dcat\Admin {
|
|
|
* @method Show\Field|Collection recharge_id(string $label = null)
|
|
|
* @method Show\Field|Collection combo_id(string $label = null)
|
|
|
* @method Show\Field|Collection desc(string $label = null)
|
|
|
+ * @method Show\Field|Collection child_id(string $label = null)
|
|
|
+ * @method Show\Field|Collection income(string $label = null)
|
|
|
* @method Show\Field|Collection date(string $label = null)
|
|
|
* @method Show\Field|Collection award(string $label = null)
|
|
|
* @method Show\Field|Collection valid_day(string $label = null)
|
|
|
+ * @method Show\Field|Collection account(string $label = null)
|
|
|
* @method Show\Field|Collection nickname(string $label = null)
|
|
|
* @method Show\Field|Collection open_id(string $label = null)
|
|
|
* @method Show\Field|Collection union_id(string $label = null)
|
|
|
* @method Show\Field|Collection email_verified_at(string $label = null)
|
|
|
+ * @method Show\Field|Collection become_child_at(string $label = null)
|
|
|
*/
|
|
|
class Show {}
|
|
|
|