CN
  • Official account
    YSPRINGTECH
  • Phone
    Company media PR contact information :13509691885
    Company reception contact information :0755-86227153
  • Company media PR email contact information
    pr@yspringtech.com
  • Chengdu
    High-tech Zone, Chengdu
  • Beijing
    Chaoyang District, Beijing
  • Shanghai
    Pudong New District,Shanghai
  • Headquartered in Shenzhen
    21th Floor,Area2A,Interational innovationValley,ChuangKeRoad,NanShandistrict,.ShenZhen

Online message

f you have any suggestions, product inquiries, business collaborations, or product usage issues with Huichun,
please leave a message on this page for feedback. We will contact you within 48 hours

* Name

* 留言类别

email

Company

Position

* Phone

* Description

  • Account
  • Password
  • Verification code
  • Forgot password
  • Account
  • Phone
  • Password
  • Confirm password
function submitData(){ var realname = $('#realname').val(), email = $('#email').val(), company = $('#company').val(), jobname = $('#jobname').val(), telephone = $('#telephone').val(), message = $('#message').val(), catid = $('#catid').val(); $.ajax({ data: { realname: realname, email: email, company: company, jobname: jobname, telephone: telephone, message: message, catid: catid }, type: 'POST', url: 'https://www.yspringtech.com/index/index/leaving', dataType: 'json', success: function (ret) { alert(ret.data); if(ret.code == 200){ window.location.reload(); } } }); }