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