派纳发送邮件功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
379 B

6 months ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <system.serviceModel>
  4. <services>
  5. <service name="CusSupplierContactBP.CusSelSupplierContactBPStub">
  6. <endpoint contract="CusSupplierContactBP.ICusSelSupplierContactBP"
  7. binding="basicHttpBinding" />
  8. </service>
  9. </services>
  10. </system.serviceModel>
  11. </configuration>