Browse Source

[示例] 修正部分 NotifyUrl

Roc 5 years ago
parent
commit
8fbc562a58

+ 1 - 1
samples/WebApplicationSample/Views/Alipay/AppPay.cshtml

@@ -35,7 +35,7 @@
             </div>
             <div class="form-group">
                 <label asp-for="NotifyUrl"></label>
-                <input type="text" class="form-control" asp-for="NotifyUrl" value="http://*/notify/alipay/apppay" />
+                <input type="text" class="form-control" asp-for="NotifyUrl" value="http://*/alipay/notify/apppay" />
             </div>
             <button type="submit" class="btn btn-primary">提交请求</button>
         </form>

+ 1 - 1
samples/WebApplicationSample/Views/Alipay/PreCreate.cshtml

@@ -31,7 +31,7 @@
             </div>
             <div class="form-group">
                 <label asp-for="NotifyUrl"></label>
-                <input type="text" class="form-control" asp-for="NotifyUrl" value="http://*/notify/alipay/precreate" />
+                <input type="text" class="form-control" asp-for="NotifyUrl" value="http://*/alipay/notify/precreate" />
             </div>
             <button type="submit" class="btn btn-primary">提交请求</button>
         </form>