对于 http://xxx.com/server?userId={userId}&payType={payType}&signMsg={signMsg}
如果 payType=W1的话,请求 http://old.com/server?userId={userId}&payType=W1&signMsg={signMsg}
如果 payType=W2的话,请求 http://new.com/server?userId={userId}&payType=W2&signMsg={signMsg}
如果 payType=W3 && userId=1 ,请求 http://old.com/server?userId=1&payType=W3&signMsg={signMsg}
如果 payType=W3 && userId=2 ,请求 http://new.com/server?userId=2&payType=W3&signMsg={signMsg}
界面配置方法以及API配置方法,示例