|
|
@ -1187,7 +1187,10 @@ private
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
def validate_wachat_support
|
|
|
|
def validate_wachat_support
|
|
|
|
tip_exception(-2, "..") if (params[:wechat].present? && !@shixun.is_wechat_support?)
|
|
|
|
|
|
|
|
|
|
|
|
if (params[:wechat].present? && !@shixun.is_wechat_support?)
|
|
|
|
|
|
|
|
tip_exception(-5, "..")
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|