|
@@ -88,6 +88,9 @@ func (this *SubseribeService) Update() (int64, error) {
|
|
if this.Amount != "" {
|
|
if this.Amount != "" {
|
|
setMap[KeyHandle(key, "amount")] = this.Amount
|
|
setMap[KeyHandle(key, "amount")] = this.Amount
|
|
}
|
|
}
|
|
|
|
+ if this.UserType != "vType" {
|
|
|
|
+ this.ISwitch = 1
|
|
|
|
+ }
|
|
setMap[KeyHandle(key, "i_switch")] = this.ISwitch
|
|
setMap[KeyHandle(key, "i_switch")] = this.ISwitch
|
|
if this.Items != nil {
|
|
if this.Items != nil {
|
|
if this.UserType == "fType" {
|
|
if this.UserType == "fType" {
|